home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / Windows 3.1 •Bob Spence / Window.make < prev    next >
Encoding:
Text File  |  1992-06-14  |  449 b   |  21 lines  |  [TEXT/MPS ]

  1.  
  2. COptions    = -b -mbg ch8 -sym full -r
  3. AOptions    =  -wb -case on -sym full
  4.  
  5. CObjs        =    MSShell.c.o ∂
  6.                 MSWindows.c.o ∂
  7.                 MineSweeper.c.o ∂
  8.                 "{Libraries}"Interface.o ∂
  9.                 "{Libraries}"Runtime.o ∂
  10. #                "{CLibraries}"CRuntime.o ∂
  11. #                "{CLibraries}"CInterface.o ∂
  12.  
  13.  
  14. Window    ƒƒ    {CObjs} Window.make
  15.                 Link -o {Targ} {CObjs}
  16.                 SetFile {Targ} -t APPL -c 'MsWn'
  17.                 save -a
  18.  
  19. Window    ƒƒ    MSWindows.r Window.make
  20.                 Rez -rd -o {Targ} MSWindows.r -append
  21.